home *** CD-ROM | disk | FTP | other *** search
/ Chip 1996 September / CHIP 1996 szeptember (CD07).zip / CHIP_CD07.ISO / povray30 / povmsdos.exe / POVMSDOS.ZIP / TEXSAMPS / WOODS / TESTCAM.INC < prev    next >
Text File  |  1995-11-08  |  712b  |  35 lines

  1. // POV-Ray 3.0 scene file
  2. // Camera and default test object definition for the wood_x.pov files.
  3.  
  4. global_settings { assumed_gamma 2.2 }
  5. include "colors.inc"
  6. #include "textures.inc"
  7. #include "shapes.inc"
  8. #include "woods.inc"
  9.  
  10. camera {
  11.    location <0, 0, -120>
  12.    direction z*10
  13.    right x*1
  14. }
  15.  
  16. light_source {<500, 500, -1000> color White}
  17. background { color Gray30 }
  18.  
  19. #declare Test =
  20. intersection {
  21.     intersection {
  22.         object { Cube scale <1, 1, 0.95> }
  23.         object { Disk_X scale 1.15 }
  24.     }
  25.     object { Disk_Y scale 1.15 }
  26. }
  27.  
  28. #default {
  29.     finish {
  30.         specular 0.5
  31.         roughness 0.0025
  32.     }
  33. }
  34. #declare Angle = 87   // Rotates the textures on the X axis.
  35.